sendmail: fix building as non-root user
authorW. Michael Petullo <[email protected]>
Sat, 16 Aug 2025 01:20:04 +0000 (20:20 -0500)
committerHannu Nyman <[email protected]>
Sun, 17 Aug 2025 04:33:45 +0000 (07:33 +0300)
commitade9ad4316ec46cd3014e9046d429f10ef667414
tree1576c7ecfaed5e8131a178d0d7a2c942488b3656
parent8c2f7dc867333a65239d4284b5c2e10c77f6bf3d
sendmail: fix building as non-root user

Buildbot builds started failing with this:

[...]
install -c -o buildbot -g buildbot -m 644 ../../include/libmilter/mfapi.h /builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/sendmail-8.16.1/ipkg-install/usr/include/libmilter/mfapi.h
install: invalid user 'buildbot'

Extend 010-enable-nonroot-install.patch to remove "-o U -g G" from more
install targets.

Signed-off-by: W. Michael Petullo <[email protected]>
mail/sendmail/Makefile
mail/sendmail/patches/010-enable-nonroot-install.patch
mail/sendmail/patches/103-create-install-dirs.patch